[,tiledb_config,ANY-method: Gets a config parameter value
Description
Gets a config parameter value
Usage
# S4 method for tiledb_config,ANY
[(x, i, j, ..., drop = FALSE)
Arguments
j
parameter key string, currently unused.
...
Extra parameter for method signature, currently unused.
drop
Optional logical switch to drop dimensions, default FALSE, currently unused.
Value
a config string value if parameter exists, else NA
Examples
Run this code# NOT RUN {
cfg <- tiledb_config()
cfg["sm.tile_cache_size"]
cfg["does_not_exist"]
# }
Run the code above in your browser using DataLab